@charset "utf-8";
#globalFooter{
	background: #0090d6;
}
.foot_link{
	/*display: table;*/
	width: 1200px;
	color: #fff;
	margin: auto;
	padding-top: 30px;
}
.foot_link a{
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}
#globalFooter_copyright{
	/*display: table;*/
	width: 1200px;
	margin: auto;
	padding-bottom: 40px;
}
#globalFooter_copyright p{
	color: #fff;
	font-size: 14px;
}
#globalFooter_copyright p a{
	color: #fff;
	font-size: 14px;
}